From 16d8fd16ce5a53804bbfa53263b6e1d6b11c1115 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Wed, 27 Dec 2006 15:44:40 +0000 Subject: [PATCH] Fix PV_initrd reference (should be PV_ramdisk). Signed-off-by: Stefan Berger --- tools/python/xen/xend/XendConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index abbee23aaa..387bb8324c 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -141,7 +141,7 @@ XENAPI_CFG_TYPES = { 'tpm_backend': int, 'PV_bootloader': str, 'PV_kernel': str, - 'PV_initrd': str, + 'PV_ramdisk': str, 'PV_args': str, 'PV_bootloader_args': str, 'HVM_boot': str, -- 2.30.2